home *** CD-ROM | disk | FTP | other *** search
- on(release, keyPress "<Enter>"){
- if(playname != "")
- {
- entryname = playname;
- theScore = _root.points * _root.showtime;
- gameid = "14";
- loadVariables("/games/savescores.php",this,"POST");
- this.submitspit = "Thank you " + playname + " your submitted score was " + theScore + " points";
- trace(theScore);
- trace(entryname);
- }
- }
-